-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CalcJoinPoolShares and CalcExitPoolCoinsFromShares pool queries to Stargate whitelist #3217
Merged
p0mvn
merged 91 commits into
osmosis-labs:main
from
pysel:feat/stargate-pool-queries-whitelist
Nov 15, 2022
Merged
Add CalcJoinPoolShares and CalcExitPoolCoinsFromShares pool queries to Stargate whitelist #3217
p0mvn
merged 91 commits into
osmosis-labs:main
from
pysel:feat/stargate-pool-queries-whitelist
Nov 15, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p0mvn
reviewed
Nov 14, 2022
p0mvn
reviewed
Nov 14, 2022
Co-authored-by: Roman <[email protected]>
github-actions
bot
removed
the
C:x/gamm
Changes, features and bugs related to the gamm module.
label
Nov 14, 2022
@p0mvn I changed the workflow files to match what is in |
p0mvn
reviewed
Nov 14, 2022
@p0mvn Is there anything else I should do to get this merged in? |
p0mvn
approved these changes
Nov 15, 2022
czarcas7ic
approved these changes
Nov 15, 2022
mattverse
approved these changes
Nov 15, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Matt, Park <[email protected]>
mergify bot
pushed a commit
that referenced
this pull request
Nov 15, 2022
…o Stargate whitelist (#3217) * TotalDelegationByValidatorForAsset query + tests * TotalDelegationByValidatorForAsset + tests * TotalDelegationByValidatorForAsset + test * names changed * save * TotalDelegationByValidatorForDenom query * TotalDelegationByValidatorForDenom * JoinSwapExactAmountIn query * ExitSwapShareAmountIn query * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * save * test: finish CalcJoinPoolShares query test * tests for CalcExitPoolCoinsFromShares * tests for CalcExitPoolCoinsFromShares * save * test: add additional exit coin tests * docs rpc TotalDelegationByValidatorForDenom * TotalDelegationByValidatorForDenom clean * TotalDelegationByValidatorForDenom query * TotalDelegationByValidatorForDenom query * TotalDelegationByValidatorForDenom query * query * save * Update x/gamm/keeper/grpc_query.go Co-authored-by: Aleksandr Bezobchuk <[email protected]> * Update x/gamm/keeper/grpc_query.go Co-authored-by: Aleksandr Bezobchuk <[email protected]> * Update x/gamm/keeper/grpc_query.go Co-authored-by: Aleksandr Bezobchuk <[email protected]> * queries * docs fix * feat: add two pool shares queries to stargate whitelist * chore: update changelog * feat: generate proto files * chore: generate proto files * autocli copy from cosmos * reset * save * SimJoinPoolNoSwap * docs * JoinPoolNoSwap simulation * more fixes * fix docs and name * fix: change tokens_in type * test: fix TestCalcJoinPoolNoSwapShares test * feat: build query.pb.go file * name version >> * update action v * check variable * action from personal fork * remove tag * chore: remove whitespace Co-authored-by: Roman <[email protected]> * chore: workflow files * chore: fix docker.yml file * chore: fix required_labels.yml * chore: remove space * Update CHANGELOG.md Co-authored-by: Matt, Park <[email protected]> Co-authored-by: Ruslan Akhtariev <[email protected]> Co-authored-by: Ruslan Akhtariev <[email protected]> Co-authored-by: Roman <[email protected]> Co-authored-by: Aleksandr Bezobchuk <[email protected]> Co-authored-by: Matt, Park <[email protected]> (cherry picked from commit 03ec730)
p0mvn
pushed a commit
that referenced
this pull request
Nov 15, 2022
…o Stargate whitelist (#3217) (#3385) * TotalDelegationByValidatorForAsset query + tests * TotalDelegationByValidatorForAsset + tests * TotalDelegationByValidatorForAsset + test * names changed * save * TotalDelegationByValidatorForDenom query * TotalDelegationByValidatorForDenom * JoinSwapExactAmountIn query * ExitSwapShareAmountIn query * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * JoinSwapExactAmountIn, ExitSwapShareAmountIn queries * save * test: finish CalcJoinPoolShares query test * tests for CalcExitPoolCoinsFromShares * tests for CalcExitPoolCoinsFromShares * save * test: add additional exit coin tests * docs rpc TotalDelegationByValidatorForDenom * TotalDelegationByValidatorForDenom clean * TotalDelegationByValidatorForDenom query * TotalDelegationByValidatorForDenom query * TotalDelegationByValidatorForDenom query * query * save * Update x/gamm/keeper/grpc_query.go Co-authored-by: Aleksandr Bezobchuk <[email protected]> * Update x/gamm/keeper/grpc_query.go Co-authored-by: Aleksandr Bezobchuk <[email protected]> * Update x/gamm/keeper/grpc_query.go Co-authored-by: Aleksandr Bezobchuk <[email protected]> * queries * docs fix * feat: add two pool shares queries to stargate whitelist * chore: update changelog * feat: generate proto files * chore: generate proto files * autocli copy from cosmos * reset * save * SimJoinPoolNoSwap * docs * JoinPoolNoSwap simulation * more fixes * fix docs and name * fix: change tokens_in type * test: fix TestCalcJoinPoolNoSwapShares test * feat: build query.pb.go file * name version >> * update action v * check variable * action from personal fork * remove tag * chore: remove whitespace Co-authored-by: Roman <[email protected]> * chore: workflow files * chore: fix docker.yml file * chore: fix required_labels.yml * chore: remove space * Update CHANGELOG.md Co-authored-by: Matt, Park <[email protected]> Co-authored-by: Ruslan Akhtariev <[email protected]> Co-authored-by: Ruslan Akhtariev <[email protected]> Co-authored-by: Roman <[email protected]> Co-authored-by: Aleksandr Bezobchuk <[email protected]> Co-authored-by: Matt, Park <[email protected]> (cherry picked from commit 03ec730) Co-authored-by: George <[email protected]>
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to #2956 and dependent on PR #2972
What is the purpose of the change
This PR adds the
CalcJoinPoolShares
andCalcExitPoolCoinsFromShares
queries added in PR #2972 to the whitelisted Stargate queries in the wasmbindings.Brief Changelog
(for example:)
Testing and Verifying
This change is a trivial rework / code cleanup without any test coverage.
Documentation and Release Note
Unreleased
section inCHANGELOG.md
? yes